home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / vca / _setup.1 / Virus Checking Assistant.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-07-05  |  2KB  |  93 lines

  1. object AboutBox: TAboutBox
  2.   Left = 153
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 186
  8.   ClientWidth = 289
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 274
  20.     Height = 145
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 2
  27.       Top = 2
  28.       Width = 270
  29.       Height = 37
  30.       Align = alTop
  31.       Picture.Data = {<image000.bmp>}
  32.     end
  33.     object RzLabel1: TRzLabel
  34.       Left = 18
  35.       Top = 56
  36.       Width = 239
  37.       Height = 21
  38.       Alignment = taCenter
  39.       Caption = 'Virus Checking Assistant'
  40.       Font.Color = clBlack
  41.       Font.Height = -12
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.     end
  46.     object RzLabel2: TRzLabel
  47.       Left = 8
  48.       Top = 86
  49.       Width = 257
  50.       Height = 19
  51.       Alignment = taCenter
  52.       Caption = 'Version 1.0'
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.     end
  59.     object RzLabel3: TRzLabel
  60.       Left = 8
  61.       Top = 108
  62.       Width = 257
  63.       Height = 29
  64.       Alignment = taCenter
  65.       Caption = 'Copyright 1996 by Paul Mayer'
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 110
  75.     Top = 159
  76.     Width = 68
  77.     Height = 22
  78.     TabOrder = 1
  79.     Kind = bkOK
  80.   end
  81.   object Scaler1: TScaler
  82.     PixelsPerInch = 96
  83.     Xdevelop = 640
  84.     Ydevelop = 480
  85.     ClientWidth = 289
  86.     ClientHeight = 186
  87.     LimitScale = No
  88.     ScaleRuntime = False
  89.     Left = 248
  90.     Top = 160
  91.   end
  92. end
  93.